Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Path Parameters

id
integer<int32>
required

Handling Class ID.

Required range: x >= 1
Example:

14

Query Parameters

fields
enum<string>[]

Select fields of the HandlingClass object. See the selecting fields page for more information. Specify fields of the HandlingClass object to include in the response.

Available options:
all,
name,
code,
sort_order,
warehouses,
conditions,
referenced_product_profiles,
conditions_readable,
matched_count,
classification,
created_at,
updated_at
fields:warehouses
enum<string>[]

Specify fields of the referenced Warehouse objects to include under included.Warehouse. type and id are always returned. See the selecting fields page for more information. Specify additional fields of the Warehouse object to be included in the response.

Available options:
basic,
all,
id,
name,
is_active,
abbreviation
fields:referenced_product_profiles
enum<string>[]

Specify fields of the referenced ProductProfile objects to include under included.ProductProfile. type and id are always returned. See the selecting fields page for more information. Specify fields of an included ProductProfile object.

Available options:
basic,
all,
name,
code,
conditions,
conditions_readable,
matched_count,
classification,
created_at,
updated_at

Response

The requested Handling Class.

resource
HandlingClass · object

A Warehouse-scoped Product classification used by Slotting and Replenishment. Classification is asynchronous: after conditions or Warehouse assignments change, poll the resource until classification.status is up_to_date. Product changes flow through a separate asynchronous changelog and may not appear immediately in materialized classification.

Example:
included
object

Related Warehouses and Product Profiles requested through nested fields:* parameters.

Example: